cellrendererpix: save the icon size locally instead of in the helper
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 15 Dec 2011 18:59:24 +0000 (19:59 +0100)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 15 Dec 2011 18:59:24 +0000 (19:59 +0100)
commit798413151f33bd3839080fc384a09b768c81af75
treec5cba5e02509bfa34b85c4592cc27321c754e4f9
parent69a5b3af94c0e3b11ca0360ec846c5c8a8187580
cellrendererpix: save the icon size locally instead of in the helper

We need to save the icon size locally for GtkCellRendererPixbuf, since
its properties are set again every time it's drawn (resetting the icon
size on the helper by means of _gtk_icon_helper_clear() each time).
gtk/gtkcellrendererpixbuf.c